const github.com/gotd/td/internal/mtproto.maxFuture

3 uses

	github.com/gotd/td/internal/mtproto (current package)
		handle_session_created.go#L27: 	if (created.Before(now) && now.Sub(created) > maxPast) || created.Sub(now) > maxFuture {
		read.go#L24: 	maxFuture = time.Second * 30
		read.go#L45: 	if created.Sub(now) > maxFuture {